08. Transfer Learning in Keras

Transfer Learning in Keras

The Jupyter notebook described in the video can be accessed from the aind2-cnn GitHub repository linked here . Navigate to the transfer-learning/ folder and open transfer_learning.ipynb . If you'd like to learn how to calculate your own bottleneck features, look at bottleneck_features.ipynb . (You may have trouble running bottleneck_features.ipynb on an AWS GPU instance - if so, feel free to use the notebook on your local CPU/GPU instead!)

Optional Resources